home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 681 b | 22 lines | [TEXT/GEOL] |
- Item 1230764 30-May-90 16:00PDT
-
- From: NAUTIL France - Dev, Nautil Info Lyon,IDV
-
- To: MACAPP.TECH$ MacApp Technical
-
- Sub: MATextBox right justification
-
- Porting an application from 2.0ß9 to 2.0 final, I have encountered some display
- problems. The procedure "MATextBox" introduced in MacAPP 2.0 final truncates a
- right justified text if the box has a width < 20:
-
- WITH destRect DO
- right := left + Max(Max(right - left, widMax), 20);
-
- Can anyone confirm that, in MacApp 2.0 final, a TStaticText with a right
- justification need to have its fSize.h >= 20?
-
- Thanks,
- Etienne Vautherin
-
-